WASTED Modding Documentation  1
ModdingDocumentation
Developer Mode

While using or creating mods, it may be very helpful to have access to WASTED's developer console.

In order to do so, you must open the "config.sav" file located in the game's directory with a text editor. The following lines should be added to the very end of the file:

[debug]
active=1

Once developer mode has been activated, you can access the developer console at any time by pressing the tilde (~) key.

Any errors that occur during mod load will be output to the developer console, so the console can be very helpful while developing mods. Additionally, the console grants access to various cheat functions, such as the ability to grant buffs, items, flags to the player.

A list of these commands is available by typing "HELP"